home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / Tools / Drive Rescue / _SETUP.1 / rescue.exe / 0 / RCDATA / TFINDDIRRECDIALOG / TFINDDIRRECDIALOG.txt
Encoding:
Text File  |  2001-12-05  |  2.2 KB  |  125 lines

  1. object FindDirRecDialog: TFindDirRecDialog
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Find directory record'
  6.   ClientHeight = 234
  7.   ClientWidth = 343
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 325
  21.     Height = 181
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 20
  26.     Top = 24
  27.     Width = 147
  28.     Height = 33
  29.     AutoSize = False
  30.     Caption = 'Short filename (max. 12 letters, example: IO.SYS):'
  31.     WordWrap = True
  32.   end
  33.   object Label2: TLabel
  34.     Left = 200
  35.     Top = 24
  36.     Width = 119
  37.     Height = 13
  38.     Caption = 'Allowed record attributes:'
  39.   end
  40.   object OKBtn: TButton
  41.     Left = 91
  42.     Top = 204
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'OK'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 0
  49.   end
  50.   object CancelBtn: TButton
  51.     Left = 171
  52.     Top = 204
  53.     Width = 75
  54.     Height = 25
  55.     Cancel = True
  56.     Caption = 'Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 1
  59.   end
  60.   object Edit1: TEdit
  61.     Left = 20
  62.     Top = 60
  63.     Width = 121
  64.     Height = 21
  65.     TabOrder = 2
  66.     Text = 'Edit1'
  67.   end
  68.   object CheckBox1: TCheckBox
  69.     Left = 200
  70.     Top = 40
  71.     Width = 97
  72.     Height = 17
  73.     Caption = 'ReadOnly'
  74.     TabOrder = 3
  75.   end
  76.   object CheckBox2: TCheckBox
  77.     Left = 200
  78.     Top = 56
  79.     Width = 97
  80.     Height = 17
  81.     Caption = 'Hidden'
  82.     TabOrder = 4
  83.   end
  84.   object CheckBox3: TCheckBox
  85.     Left = 200
  86.     Top = 88
  87.     Width = 97
  88.     Height = 17
  89.     Caption = 'Volume'
  90.     TabOrder = 5
  91.   end
  92.   object CheckBox4: TCheckBox
  93.     Left = 200
  94.     Top = 72
  95.     Width = 97
  96.     Height = 17
  97.     Caption = 'System'
  98.     TabOrder = 6
  99.   end
  100.   object CheckBox5: TCheckBox
  101.     Left = 200
  102.     Top = 104
  103.     Width = 97
  104.     Height = 17
  105.     Caption = 'Sub directory'
  106.     TabOrder = 7
  107.   end
  108.   object CheckBox6: TCheckBox
  109.     Left = 200
  110.     Top = 120
  111.     Width = 97
  112.     Height = 17
  113.     Caption = 'Archive'
  114.     TabOrder = 8
  115.   end
  116.   object CheckBox7: TCheckBox
  117.     Left = 200
  118.     Top = 136
  119.     Width = 97
  120.     Height = 17
  121.     Caption = 'All'
  122.     TabOrder = 9
  123.   end
  124. end
  125.